Update Visual C++ 2008 Project Files Stuff
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sun, 23 Jan 2011 16:10:19 +0000 (00:10 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sun, 23 Jan 2011 16:10:19 +0000 (00:10 +0800)
-Updated README.txt file in build/win32/vs9.
-Fix the gdk.vcprojin and gtk+.vsprops regarding include paths
 and copying of headers (missed header etc.)

build/win32/vs9/README.txt
build/win32/vs9/gdk.vcprojin
build/win32/vs9/gtk+.vsprops

index 82783d330f15460c78abcb82827aec24e4490046..7802ab10e27243f0f2dca6d4896e6adf20f2f11b 100644 (file)
@@ -6,17 +6,18 @@ first need to use some Unix-like environment or manual work to expand
 the files needed, like config.h.win32.in into config.h.win32 and the\r
 .vcprojin files here into corresponding actual .vcproj files.\r
 \r
-You will need the parts from below in the GTK+ stack: pango, atk and\r
-glib. External dependencies are at least zlib, libpng, proxy-libintl,\r
-fontconfig, freetype, expat. See the corresponding README.txt file in\r
-glib for details where to unpack them.\r
+You will need the parts from below in the GTK+ stack: gdk-pixbuf, pango,\r
+atk and glib. External dependencies are at least zlib, libpng,\r
+proxy-libintl, fontconfig, freetype, expat.  See the corresponding\r
+README.txt file in glib for details where to unpack them.\r
 \r
 The "install" project will copy build results and headers into their\r
 appropriate location under <root>\vs9\<PlatformName>. For instance,\r
 built DLLs go into <root>\vs9\<PlatformName>\bin, built LIBs into\r
 <root>\vs9\<PlatformName>\lib and GTK+ headers into\r
-<root>\vs9\<PlatformName>\include\gtk-2.0. This is then from where\r
+<root>\vs9\<PlatformName>\include\gtk-3.0. This is then from where\r
 project files higher in the stack are supposed to look for them, not\r
 from a specific GLib source tree.\r
 \r
 --Tor Lillqvist <tml@iki.fi>\r
+--Updated by Chun-wei Fan <fanc999 --at-- yahoo --dot-- com --dot-- tw>\r
index 97225431854f08302cec301ed4787b46c89fd6bb..d7bafa2f60ff52eec50dcfd38f6c85ce3c4abda9 100644 (file)
@@ -31,7 +31,7 @@
                        <Tool\r
                                Name="VCCLCompilerTool"\r
                                Optimization="0"\r
-                               AdditionalIncludeDirectories="..\..\..\gdk"\r
+                               AdditionalIncludeDirectories="..\..\..\gdk;..\..\..\gdk\win32"\r
                                PreprocessorDefinitions="_DEBUG;$(GdkDefines)"\r
                                MinimalRebuild="true"\r
                                BasicRuntimeChecks="3"\r
index 6cfc45b2610f9adedeed63cb43f28a30f5edd504..03ccb3be493c7de78f9403a0dcca07bcb13e6773 100644 (file)
@@ -270,6 +270,7 @@ copy ..\..\..\gtk\gtksymboliccolor.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&
 copy ..\..\..\gtk\gtktable.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 copy ..\..\..\gtk\gtktearoffmenuitem.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 copy ..\..\..\gtk\gtktestutils.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
+copy ..\..\..\gtk\gtktextattributes.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 copy ..\..\..\gtk\gtktextbuffer.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 copy ..\..\..\gtk\gtktextbufferrichtext.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 copy ..\..\..\gtk\gtktextchild.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
@@ -316,7 +317,7 @@ copy ..\..\..\gtk\gtkwidgetpath.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0
 copy ..\..\..\gtk\gtkwindow.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk&#x0D;&#x0A;\r
 \r
 mkdir $(OutDir)\lib\gtk-$(GtkApiVersion)\include&#x0D;&#x0A;\r
-copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gdk&#x0D;&#x0A;\r
+copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk&#x0D;&#x0A;\r
 \r
 copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib&#x0D;&#x0A;\r
 "\r